rig::ParentBlend APEX
https://gyazo.com/4454d9809ce8738478329e1e5370879c
See also
minami110.icon
Components は t, r, s の順で BitMask
code:c
1 << 0 // 0001 => 1: t__
1 << 1 // 0010 => 2: _r_
1 << 2 // 0100 => 4: __s
(1 << 0) || (1 << 1) // 0011 => 3: tr_